home *** CD-ROM | disk | FTP | other *** search
/ 130 MIDI Tool Box / 130 MIDI Tool Box.iso / mpu401 / shopat. < prev    next >
Text File  |  1986-11-02  |  332b  |  12 lines

  1. # Copyright (C) 1986 by M. J. Shannon, Jr.
  2. # Permission to distribute for non-commercial uses granted as long as this
  3. # notice is retained.  Violators will be prosecuted.
  4.  
  5. .SUFFIXES:    .c .obj .exe
  6.  
  7. shopat.obj:    shopat.c
  8.     lc -k2 -ml shopat
  9.  
  10. shopat.exe:    shopat.obj
  11.     link \osm\lbin\lc\l\c+shopat ,shopat,nul,\osm\lbin\lc\l\lc
  12.